home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SuperHack
/
SuperHack CD.bin
/
CODING
/
GRAPHICS
/
MATRIX.ZIP
/
TILEPICS.ZIP
/
PICDEMO.BAT
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1995-06-13
|
174 b
|
9 lines
@echo off
:repeat
matrix /t40 /s /p:cat /0:darkgreen
if errorlevel==1 goto enough
matrix /t40 /s /p:li /0:darkviolet
if errorlevel==1 goto enough
goto repeat
:enough